home *** CD-ROM | disk | FTP | other *** search
- on(press){
- set("_level40/sound/lib:sound","190");
- call("_level40/sound/lib:play");
- tellTarget("_level50")
- {
- gotoAndStop("off");
- }
- if(_name eq "tscroll")
- {
- set("_level15/" add eval("_level0:focus") add "/" add eval("_level0:" add eval("_level0:focus") add "_module") add "/scrolllib:vscroll","10");
- }
- else
- {
- set("_level15/" add eval("_level0:focus") add "/" add eval("_level0:" add eval("_level0:focus") add "_module") add "/scrolllib:vscroll",- "10");
- }
- tellTarget("_level15/" add eval("_level0:focus") add "/" add eval("_level0:" add eval("_level0:focus") add "_module") add "/scrolllib")
- {
- stop = "0";
- gotoAndPlay("vscroll");
- }
- gotoAndStop(3);
- }
-